home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
toolbar
/
vbtbox
/
tbox.frm
< prev
next >
Wrap
Text File
|
1993-09-10
|
4KB
|
134 lines
VERSION 2.00
Begin Form Tbox
BorderStyle = 1 'Fixed Single
Caption = "Toolbox"
ClientHeight = 3585
ClientLeft = 1095
ClientTop = 1545
ClientWidth = 1185
ControlBox = 0 'False
Height = 3990
Left = 1035
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3585
ScaleWidth = 1185
Top = 1200
Width = 1305
Begin CommandButton Command1
Caption = "12"
Height = 615
Index = 11
Left = 600
TabIndex = 11
Top = 3000
Width = 615
End
Begin CommandButton Command1
Caption = "11"
Height = 615
Index = 10
Left = 0
TabIndex = 10
Top = 3000
Width = 615
End
Begin CommandButton Command1
Caption = "10"
Height = 615
Index = 9
Left = 600
TabIndex = 9
Top = 2400
Width = 615
End
Begin CommandButton Command1
Caption = "9"
Height = 615
Index = 8
Left = 0
TabIndex = 8
Top = 2400
Width = 615
End
Begin CommandButton Command1
Caption = "8"
Height = 615
Index = 7
Left = 600
TabIndex = 7
Top = 1800
Width = 615
End
Begin CommandButton Command1
Caption = "7"
Height = 615
Index = 6
Left = 0
TabIndex = 6
Top = 1800
Width = 615
End
Begin CommandButton Command1
Caption = "6"
Height = 615
Index = 5
Left = 600
TabIndex = 5
Top = 1200
Width = 615
End
Begin CommandButton Command1
Caption = "5"
Height = 615
Index = 4
Left = 0
TabIndex = 4
Top = 1200
Width = 615
End
Begin CommandButton Command1
Caption = "4"
Height = 615
Index = 3
Left = 600
TabIndex = 3
Top = 600
Width = 615
End
Begin CommandButton Command1
Caption = "3"
Height = 615
Index = 2
Left = 0
TabIndex = 2
Top = 600
Width = 615
End
Begin CommandButton Command1
Caption = "2"
Height = 615
Index = 1
Left = 600
TabIndex = 1
Top = 0
Width = 615
End
Begin CommandButton Command1
Caption = "1"
Height = 615
Index = 0
Left = 0
TabIndex = 0
Top = 0
Width = 615
End
End
Option Explicit
Sub Command1_Click (Index As Integer)
MsgBox "This is just a normal form made into a floating toolbox by using SetParent API- see code for details."
End Sub